Uses of Interface
org.eclipse.vtp.desktop.projects.core.IVoiceToolsProject

Packages that use IVoiceToolsProject
org.eclipse.vtp.desktop.projects.core   
org.eclipse.vtp.desktop.projects.core.internals   
org.eclipse.vtp.desktop.projects.voice   
org.eclipse.vtp.desktop.projects.voice.internals   
 

Uses of IVoiceToolsProject in org.eclipse.vtp.desktop.projects.core
 

Subinterfaces of IVoiceToolsProject in org.eclipse.vtp.desktop.projects.core
 interface IApplicationFragmentProject
          This interface represents the top level project folder resource for application design projects.
 interface IApplicationProject
          This interface represents the top level project folder resource for application design projects.
 interface IMediaProject
          This interface represents the top level project folder resource for persona language support projects.
 interface IVoiceToolsDesignProject
           
 

Methods in org.eclipse.vtp.desktop.projects.core that return IVoiceToolsProject
 IVoiceToolsProject IVoiceToolsResource.getProject()
          Returns the top level project object that contains this resource.
 

Uses of IVoiceToolsProject in org.eclipse.vtp.desktop.projects.core.internals
 

Classes in org.eclipse.vtp.desktop.projects.core.internals that implement IVoiceToolsProject
 class ApplicationFragmentProject
          This is a concrete implementation of IApplicationProject and provides the default behavior of that interface.
 class ApplicationProject
          This is a concrete implementation of IApplicationProject and provides the default behavior of that interface.
 class MediaProject
          This is a concrete implementation of IPersonaProject and provides the default behavior of that interface.
 class VoiceToolsDesignProject
           
 class VoiceToolsProject
          This is a concrete implementation of IVoiceProject and provides the default behavior of that interface.
 

Methods in org.eclipse.vtp.desktop.projects.core.internals that return IVoiceToolsProject
 IVoiceToolsProject VoiceResource.getProject()
           
 IVoiceToolsProject ApplicationProject.getProject()
           
 IVoiceToolsProject ApplicationFragmentProject.getProject()
           
 IVoiceToolsProject ApplicationFragment.getProject()
           
 IVoiceToolsProject ApplicationDesign.getProject()
           
 

Uses of IVoiceToolsProject in org.eclipse.vtp.desktop.projects.voice
 

Subinterfaces of IVoiceToolsProject in org.eclipse.vtp.desktop.projects.voice
 interface IVoiceProject
          This interface represents the top level project folder resource for persona language support projects.
 

Uses of IVoiceToolsProject in org.eclipse.vtp.desktop.projects.voice.internals
 

Classes in org.eclipse.vtp.desktop.projects.voice.internals that implement IVoiceToolsProject
 class VoiceProject
          This is a concrete implementation of IVoiceProject and provides the default behavior of that interface.